home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / vbkontrol.exe / QUOTEZ11.ZIP / QUOTEZ.TXT < prev    next >
Text File  |  1995-07-13  |  2KB  |  56 lines

  1. Quotez VBX, Version 1.1, Copyright (c) 1995, Martin Bryant, All Rights Reserved
  2.  
  3. Introduction
  4. ------------
  5. The QUOTEZ.VBX file is a custom control suitable for use with such programming
  6. languages as Visual Basic, Visual C++ and Delphi. It selects random witty
  7. quotations from a customisable data file (initially containing 409 such
  8. quotations), thus providing a 'cookie jar' or 'quote of the day' facility for
  9. applications.
  10.  
  11. Shareware Notice
  12. ----------------
  13. Quotez VBX is shareware. You are welcome to use it for a trial period but if
  14. you continue to use it then please register and support the shareware concept.
  15. You may freely copy/distribute the shareware version as long as you make no
  16. charge for it. If you register, then you may use it in commercial products with
  17. no royalty fee. Thank you for trying Quotez VBX!
  18. You can register by sending £5 sterling or equivalent foreign currency (cash
  19. preferred!) to Martin Bryant, 71 Hunstanton Drive, Brandlesholme, Bury,
  20. Lancashire BL8 1XH, England.
  21. Registered users receive free updates and a full list of our other products.
  22. Constructive comments/criticisms welcome at the above address or email
  23. martinbr@colossus.demon.co.uk
  24.  
  25. Compatibility
  26. -------------
  27. QUOTEZ.VBX is compatible with level 1 VBX controls.
  28.  
  29. Appearance
  30. ----------
  31. When added to a program the control appears in the toolbox as a speech bubble.
  32. It is non-sizable on a form and is invisible at run-time.
  33.  
  34. Properties
  35. ----------
  36. In addition to the standard properties of Name, Index, Left and Top it also
  37. has the following custom properties...
  38. About (read only) - gives version information
  39. Inputfile - points to the data file containing the quotations. By default this
  40. is set to c:\windows\system\quotez.dat so you should place the quotez.dat file
  41. in the c:\windows\system directory along with the quotez.vbx file. The format
  42. of the data file is simply one quote per line, no blank lines. New quotes can
  43. simply be appended to the end of the file
  44. Action (run-time only) - set to a value <=0 to extract a random quote or to
  45. a value >0 to select a particular quote
  46. Quote (run-time only) - a string property returning the selected quotation
  47. Error (run-time only) - may return an error number if there is a problem
  48. accessing the data file. Possible errors are: 2-file not found, 3-path not
  49. found, 4-too many open files
  50.  
  51. The default Name property prefix and class name is 'Quotez'.
  52.  
  53. Events
  54. ------
  55. The control has no pre-defined events.
  56.